getSystemProperty

Get the value of a system property

Format

udclient [global-args...] [global-flags...]
  getSystemProperty [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
name string true Name of the property

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  getSystemProperty
  -name property1

Example response

value001

Related REST command: Get the value of a system property.